summaryrefslogtreecommitdiff
path: root/src/pages/[locale]
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-19 10:41:51 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-19 10:41:51 +0100
commit41a42b051e1c8f9f5bcc6ec749b6d60c8b4ff7fd (patch)
treedccd59912c9cfbc4c936405c2bc5bdc9ac7a05dc /src/pages/[locale]
parentba389e0b558d27d9d2e30c9f9f681e50d03309bd (diff)
Improves block spacing
Diffstat (limited to 'src/pages/[locale]')
-rw-r--r--src/pages/[locale]/index.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro
index 6a3af60..82cafd4 100644
--- a/src/pages/[locale]/index.astro
+++ b/src/pages/[locale]/index.astro
@@ -21,7 +21,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);
<section>
<h2 set:html={t(tPage, { key: 'news' })} />
{mostRecentNewsItem && <NewsPreviewLink headingLevel="h3" newsItem={mostRecentNewsItem} />}
- <div class="align-end margin-block-start-md">
+ <div class="align-end margin-block-start-sm">
<a href={`/${locale}/news`} class="btn">
{t(tPage, { key: 'aw-news' })} ▷
</a>
@@ -31,7 +31,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);
<section>
<h2 set:html={t(tPage, { key: 'furthsettins' })} />
<p set:html={t(tPage, { key: 'furthsettins-para' })} />
- <div class="align-end">
+ <div class="align-end margin-block-start-sm">
<a href={`/${locale}/furthsettins`} class="btn">
{t(tPage, { key: 'aw-furthsettins' })} ▷
</a>